net/http.response.canWriteContinue (field)
7 uses
net/http (current package)
server.go#L443: canWriteContinue atomic.Bool
server.go#L576: w.canWriteContinue.Store(false)
server.go#L944: if w.canWriteContinue.Load() {
server.go#L946: if w.canWriteContinue.Load() {
server.go#L949: w.canWriteContinue.Store(false)
server.go#L1638: if w.canWriteContinue.Load() {
server.go#L2050: w.canWriteContinue.Store(true)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)